updateMoodEntry

suspend fun updateMoodEntry(journalEntry: JournalEntry)

Updates an existing journal entry in Firestore. If the journal entry does not exist, it will be added.

Parameters

journalEntry

The journal entry to update.